Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Mon, 26 Jul 2021 20:59:59 +0000 (21:59 +0100)
committerMoritz Mühlenhoff <jmm@debian.org>
Mon, 26 Jul 2021 20:59:59 +0000 (21:59 +0100)
commit05cf41e37b5923ee8722d71195536b7da830a06e
tree52bba97d95dff4776ba15f180fedf6f626d707be
parente6db69c1f090f20ab09daa7f4f4112a97f5c9e53
Fix build issue with MySQL 8

Origin: other, https://bugs.launchpad.net/ubuntu/+source/trafficserver/+bug/1795362
Forwarded: https://github.com/apache/trafficserver/pull/4360
Applied-Upstream: https://github.com/apache/trafficserver/commit/05b30527974416768515506f69da338652c23260
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2018-10-06

The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
plugins/experimental/mysql_remap/mysql_remap.cc